degesch: update comments
This commit is contained in:
parent
07f6d0b350
commit
131aee6f08
|
@ -1414,6 +1414,7 @@ app_context_init (struct app_context *self)
|
||||||
self->last_displayed_msg_time = time (NULL);
|
self->last_displayed_msg_time = time (NULL);
|
||||||
|
|
||||||
char *encoding = nl_langinfo (CODESET);
|
char *encoding = nl_langinfo (CODESET);
|
||||||
|
// FIXME: put a check for "//TRANSLIT" in CMakeLists.txt
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
encoding = xstrdup_printf ("%s//TRANSLIT", encoding);
|
encoding = xstrdup_printf ("%s//TRANSLIT", encoding);
|
||||||
#else // ! __linux__
|
#else // ! __linux__
|
||||||
|
@ -7231,7 +7232,6 @@ handle_command_buffer (struct handler_args *a)
|
||||||
if (try_handle_buffer_goto (ctx, action))
|
if (try_handle_buffer_goto (ctx, action))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
// TODO: some subcommand to print N last lines from the buffer
|
|
||||||
bool result = true;
|
bool result = true;
|
||||||
if (!strcasecmp_ascii (action, "list"))
|
if (!strcasecmp_ascii (action, "list"))
|
||||||
show_buffers_list (ctx);
|
show_buffers_list (ctx);
|
||||||
|
|
Loading…
Reference in New Issue