mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Removed all beep handling from text printing. If you want to beep just
send "beep" signal. /LAST -clear crashed if window contained only lastlog lines. Some other minor cleanups. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1312 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
88094fa9f2
commit
fcd8810b6c
7 changed files with 30 additions and 33 deletions
|
|
@ -7,11 +7,10 @@
|
|||
#define PRINTFLAG_BOLD 0x01
|
||||
#define PRINTFLAG_REVERSE 0x02
|
||||
#define PRINTFLAG_UNDERLINE 0x04
|
||||
#define PRINTFLAG_BEEP 0x08
|
||||
#define PRINTFLAG_BLINK 0x10
|
||||
#define PRINTFLAG_MIRC_COLOR 0x20
|
||||
#define PRINTFLAG_INDENT 0x40
|
||||
#define PRINTFLAG_NEWLINE 0x80
|
||||
#define PRINTFLAG_BLINK 0x08
|
||||
#define PRINTFLAG_MIRC_COLOR 0x10
|
||||
#define PRINTFLAG_INDENT 0x20
|
||||
#define PRINTFLAG_NEWLINE 0x40
|
||||
|
||||
#define MAX_FORMAT_PARAMS 10
|
||||
#define DEFAULT_FORMAT_ARGLIST_SIZE 200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue