mirror of
https://github.com/zoriya/ash.git
synced 2026-06-01 18:25:32 +00:00
Reset attributes to remove bold style and adding history size in prompt
This commit is contained in:
@@ -32,6 +32,7 @@ int buffer_get_display_pos(buffer_t *buffer);
|
||||
int self_insert_command(int key, buffer_t *buffer, env_t *env);
|
||||
int newline_command(int key, buffer_t *buffer, env_t *env);
|
||||
int eof_command(int key, buffer_t *buffer, env_t *env);
|
||||
int history_size(history_t *hist);
|
||||
|
||||
int backward_delete_char_command(int key, buffer_t *buffer, env_t *env);
|
||||
int delete_char_command(int key, buffer_t *buffer, env_t *env);
|
||||
|
||||
Reference in New Issue
Block a user