diff options
| author | ruki <[email protected]> | 2018-11-16 23:23:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-11-16 14:23:47 +0800 |
| commit | 763d5e3d23e71b3c68c8034d03577bd952fe74d9 (patch) | |
| tree | 80ac59a6d96df892f9379e78235ffcbc34332252 | |
| parent | 40e601fc57ff42cced1da7708b0c99b18ed4b2ed (diff) | |
modify some const strings
| -rw-r--r-- | core/src/lcurses/lcurses.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/src/lcurses/lcurses.c b/core/src/lcurses/lcurses.c index c968c06b4..822bd3cf8 100644 --- a/core/src/lcurses/lcurses.c +++ b/core/src/lcurses/lcurses.c @@ -88,10 +88,10 @@ Notes: ** defines ** ======================================================= */ -static const char *STDSCR_REGISTRY = "cui:curses:stdscr"; -static const char *WINDOWMETA = "cui:curses:window"; -static const char *CHSTRMETA = "cui:curses:chstr"; -static const char *RIPOFF_TABLE = "cui:curses:ripoffline"; +static const char *STDSCR_REGISTRY = "ltui:curses:stdscr"; +static const char *WINDOWMETA = "ltui:curses:window"; +static const char *CHSTRMETA = "ltui:curses:chstr"; +static const char *RIPOFF_TABLE = "ltui:curses:ripoffline"; #define B(v) ((v == ERR) ? 0 : 1) |
