Make sure TABs are expanded in TUI windows on MS-Windows.
[deliverable/binutils-gdb.git] / gdb / tui / tui-io.h
index 8f96cfe9e5e421c58564bd743de3b8456a8d4055..3154eeef982e65dbb67b2931415db356abd20bc8 100644 (file)
@@ -41,6 +41,9 @@ extern int tui_getc (FILE *);
    changed the edited text.  */
 extern void tui_redisplay_readline (void);
 
+/* Expand TABs into spaces.  */
+extern char *tui_expand_tabs (const char *, int);
+
 extern struct ui_out *tui_out;
 extern struct ui_out *tui_old_uiout;
 
This page took 0.024582 seconds and 4 git commands to generate.