aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-curses/curses-utils.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-21 11:32:22 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-21 11:32:22 +0200
commit49e1f099fd4efe78365f0449522b99bdaa661f8f (patch)
tree8571f25200f0658785fdc6259deda72a94db444a /src/interface-curses/curses-utils.h
parentdc3bbb9d1b2642e1cf2bea7215e369b0ef390698 (diff)
downloadsciteco-49e1f099fd4efe78365f0449522b99bdaa661f8f.tar.gz
syntax errors are reported with "echoed" characters, ie. as purely printable characters
* Some characters like LF wouldn't be displayed in the message line correctly. * In fact the Gtk UI cannot display any of the control characters correctly. * I was considering deferring all echoing/formatting to the UIs, so they can use TecoGtkLabel or teco_curses_format_str(). This is not possible since messages transmitted via GError must not contain null-bytes, so these need to be sorted out earlier anyway. * This should also fix syntax errors in PDCurses for Windows where "%C" apparently doesn't work with non-ANSI codepoints.
Diffstat (limited to 'src/interface-curses/curses-utils.h')
0 files changed, 0 insertions, 0 deletions