Skip to content

Commit 5166cbe

Browse files
Neurocursoragent
andcommitted
Terminal: Clarify Ask Gemini placeholder (works without interactive terminal)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e20c0f0 commit 5166cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_ui/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function setupTerminalDrawer() {
245245
<pre id="terminal-output" style="flex:1; margin:0; padding:10px; overflow:auto; font-family:Consolas,monospace; font-size:12px; color:#d4d4d4; white-space:pre-wrap; word-break:break-all;"></pre>
246246
<div style="padding:6px 8px; border-top:1px solid #333; display:flex; gap:8px; align-items:center; flex-shrink:0;">
247247
<label for="terminal-ask-input" style="color:#888; font-size:11px; white-space:nowrap;">Ask Gemini:</label>
248-
<input type="text" id="terminal-ask-input" placeholder="Type a question and click Ask (no TTY needed)" style="flex:1; padding:6px 10px; border-radius:6px; border:1px solid #333; background:#252526; color:#fff; font-family:Consolas,monospace; font-size:12px;" />
248+
<input type="text" id="terminal-ask-input" placeholder="Type a question and click Ask (works without interactive terminal)" style="flex:1; padding:6px 10px; border-radius:6px; border:1px solid #333; background:#252526; color:#fff; font-family:Consolas,monospace; font-size:12px;" />
249249
<button type="button" id="terminal-ask-btn" style="padding:6px 12px; border-radius:6px; border:1px solid #333; background:#0d5c0d; color:#baff80; cursor:pointer; font-weight:600;">Ask</button>
250250
</div>
251251
<div style="padding:8px; border-top:1px solid #333; display:flex; gap:8px; align-items:center; flex-shrink:0;">

0 commit comments

Comments
 (0)