mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Remove verbose option
Remove the command-line verbose option but let the ctrl-t c feature print some of the verbose information (active config path/section).
This commit is contained in:
parent
11df828f68
commit
28c880cdab
7 changed files with 13 additions and 29 deletions
|
|
@ -38,6 +38,7 @@
|
|||
#include <time.h>
|
||||
#include <dirent.h>
|
||||
#include "config.h"
|
||||
#include "configfile.h"
|
||||
#include "tty.h"
|
||||
#include "print.h"
|
||||
#include "options.h"
|
||||
|
|
@ -163,6 +164,8 @@ void handle_command_sequence(char input_char, char previous_char, char *output_c
|
|||
break;
|
||||
|
||||
case KEY_C:
|
||||
tio_printf("Configuraiton:");
|
||||
config_file_print();
|
||||
options_print();
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue