mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
forgot to define TI_rep for repeat() command.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1944 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
6d1d0208fe
commit
7b7b235ce8
@ -83,6 +83,9 @@ static TERMINFO_REC tcaps[] = {
|
|||||||
/* Clearing to end of line */
|
/* Clearing to end of line */
|
||||||
{ "el", "ce", CAP_TYPE_STR, &temp_term.TI_el },
|
{ "el", "ce", CAP_TYPE_STR, &temp_term.TI_el },
|
||||||
|
|
||||||
|
/* Repeating character */
|
||||||
|
{ "rep", "rp", CAP_TYPE_STR, &temp_term.TI_rep },
|
||||||
|
|
||||||
/* Colors */
|
/* Colors */
|
||||||
{ "sgr0", "me", CAP_TYPE_STR, &temp_term.TI_sgr0 },
|
{ "sgr0", "me", CAP_TYPE_STR, &temp_term.TI_sgr0 },
|
||||||
{ "smul", "us", CAP_TYPE_STR, &temp_term.TI_smul },
|
{ "smul", "us", CAP_TYPE_STR, &temp_term.TI_smul },
|
||||||
|
Loading…
Reference in New Issue
Block a user