mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Don't indent the next line when long word is split. Also we try not to
do any cursor movement so that terminals could notice that the word continues to next line .. however terminfo or curses or something is being stupid and breaks this anyway, with TERM=ansi it seems to work :) also using gnome-terminal long URLs work right too. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@798 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
73858a2e5e
commit
78064ed161
2 changed files with 20 additions and 7 deletions
|
|
@ -27,6 +27,7 @@ typedef struct {
|
|||
char *start;
|
||||
int indent;
|
||||
int color;
|
||||
int continues:1; /* first word in line belong to the end of the last word in previous line */
|
||||
} LINE_CACHE_SUB_REC;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue