mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02: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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue