mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Print timestamps correctly with /SB REDRAW
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@926 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
47eda740cc
commit
fab312dde3
4 changed files with 14 additions and 20 deletions
|
|
@ -65,7 +65,7 @@ char *format_add_linestart(const char *text, const char *linestart);
|
|||
char *format_get_level_tag(THEME_REC *theme, TEXT_DEST_REC *dest);
|
||||
|
||||
/* return timestamp + server tag */
|
||||
char *format_get_line_start(THEME_REC *theme, TEXT_DEST_REC *dest);
|
||||
char *format_get_line_start(THEME_REC *theme, TEXT_DEST_REC *dest, time_t t);
|
||||
|
||||
|
||||
/* "private" functions for printtext */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue