mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Command history: allow "next history" to jump back to last msg in
history if we already went over it with "prev history" once. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1365 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2968d45f82
commit
f5d67dcb5c
3 changed files with 77 additions and 51 deletions
|
|
@ -38,8 +38,8 @@ typedef struct {
|
|||
unsigned int destroying:1;
|
||||
|
||||
/* window-specific command line history */
|
||||
GList *cmdhist, *histpos;
|
||||
int histlines;
|
||||
GList *history, *history_pos;
|
||||
int history_lines, history_over_counter;
|
||||
|
||||
int data_level; /* current data level */
|
||||
int hilight_color, hilight_bg_color; /* current hilight color */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue