mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
remove curses terminal and ncurses macro
This commit is contained in:
parent
3e28bf7a94
commit
9ee4803770
10 changed files with 20 additions and 1576 deletions
|
|
@ -3,7 +3,7 @@ my $verb = $AM_DEFAULT_VERBOSITY;
|
|||
{ package MY;
|
||||
sub _center {
|
||||
my $z = shift;
|
||||
length $z == 2 ? " $z " : length $z == 4 ? " $z " : " $z "
|
||||
(length $z == 2 ? " $z " : length $z == 4 ? " $z " : " $z ").' '
|
||||
}
|
||||
sub _silent_cmd {
|
||||
my $z = shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue