mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Some resize fixes. With terminfo + /SET indent_always OFF, doubleclicking
long words (URLs mostly) that get split into two lines, selects the word fully. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1929 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3826079dba
commit
858ed4b1ef
7 changed files with 73 additions and 52 deletions
|
|
@ -32,6 +32,9 @@ void term_deinit(void);
|
|||
/* Resize terminal - if width or height is negative,
|
||||
the new size is unknown and should be figured out somehow */
|
||||
void term_resize(int width, int height);
|
||||
void term_resize_final(int width, int height);
|
||||
/* Resize the terminal if needed */
|
||||
void term_resize_dirty(void);
|
||||
|
||||
/* Returns TRUE if terminal has colors */
|
||||
int term_has_colors(void);
|
||||
|
|
@ -76,6 +79,4 @@ int term_getch(void);
|
|||
void term_common_init(void);
|
||||
void term_common_deinit(void);
|
||||
|
||||
void term_force_resize(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue