1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04: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:
Timo Sirainen 2001-10-29 20:44:45 +00:00 committed by cras
parent 6d1d0208fe
commit 7b7b235ce8

View File

@ -83,6 +83,9 @@ static TERMINFO_REC tcaps[] = {
/* Clearing to end of line */
{ "el", "ce", CAP_TYPE_STR, &temp_term.TI_el },
/* Repeating character */
{ "rep", "rp", CAP_TYPE_STR, &temp_term.TI_rep },
/* Colors */
{ "sgr0", "me", CAP_TYPE_STR, &temp_term.TI_sgr0 },
{ "smul", "us", CAP_TYPE_STR, &temp_term.TI_smul },