Age | Commit message (Expand) | Author |
2002-02-15 | /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's | Timo Sirainen |
2002-02-10 | It's possible to use black foreground color now. | Timo Sirainen |
2002-02-01 | added some pointer casting to get rid of warnings with some compilers. | Timo Sirainen |
2002-01-29 | A bit more better utf8 support, still not a good input line. | Timo Sirainen |
2002-01-29 | Preliminary support for UTF8 with /SET term_utf8 ON. Input line is still | Timo Sirainen |
2002-01-20 | Fixed a memory leak. | Timo Sirainen |
2001-11-18 | --more-- works again, better than ever :) | Timo Sirainen |
2001-11-18 | Fixed the "multiple space split" fix :) It was causing crashes, strange that | Timo Sirainen |
2001-11-17 | If line was split from multiple spaces, irssi printed the spaces in the | Timo Sirainen |
2001-11-15 | The default color for line should be ATTR_RESET, not 0 (black). | Timo Sirainen |
2001-11-13 | Reset the terminal color before scrolling, so the scrolled area's background ... | Timo Sirainen |
2001-11-04 | Still messing up with colors. | Timo Sirainen |
2001-11-03 | Don't clear the window before redrawing, it's faster to do it at the same | Timo Sirainen |
2001-11-03 | update_cmd_color() updated colors wrong. | Timo Sirainen |
2001-11-03 | Some fixes to drawing lines & handling long lines. | Timo Sirainen |
2001-11-01 | Buffer overflow fix (read-only, might have caused some crashes). | Timo Sirainen |
2001-10-28 | clrtoeol() wasn't called always when drawing buffer, so some garbage could | Timo Sirainen |
2001-10-28 | Some resize fixes. With terminfo + /SET indent_always OFF, doubleclicking | Timo Sirainen |
2001-10-28 | Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-24 | Added support for changing indentation behaviour with modules. | Timo Sirainen |
2001-10-20 | When resizing terminal smaller, destroy some split windows if they don't fit | Timo Sirainen |
2001-10-14 | Reversed text (^V) works again. | Timo Sirainen |
2001-08-14 | /SET scroll ON - should the windows be scrolled by default when you're at | Timo Sirainen |
2001-08-12 | textbuffer_view_remove_line() fixes (with a small kludge..) | Timo Sirainen |
2001-08-08 | Some extra cleanups for /SB CLEAR. | Timo Sirainen |
2001-07-12 | Replaced GList by adding prev/next pointers to LINE_REC. This should make | Timo Sirainen |
2001-06-04 | resizing empty windows didn't work properly | Timo Sirainen |
2001-06-02 | bugfix | Timo Sirainen |
2001-06-01 | Replaced all direct curses calls with screen_xx() wrappers. This should | Timo Sirainen |
2001-06-01 | s/newline/new_line/ - AIX curses (or something) seems to use #define | Timo Sirainen |
2001-05-21 | scrolling in empty windows crashed | Timo Sirainen |
2001-05-21 | removing line from the top of the screen crashed irssi | Timo Sirainen |
2001-05-17 | textbuffer_view_redraw() - call werase() before drawing anything, this | Timo Sirainen |
2001-05-11 | Line removing fixes, /LAST -clear fixed | Timo Sirainen |
2001-05-11 | resizing terminal with /CLEARed empty windows scrolled those windows so that | Timo Sirainen |
2001-04-22 | /SET indent_always - should we indent the long words that are forcibly | Timo Sirainen |
2001-04-20 | potential crash fix.. | Timo Sirainen |
2001-04-16 | split windows were broken. added some checks to textbuffer. | Timo Sirainen |
2001-04-14 | resize fixes | Timo Sirainen |
2001-04-14 | bugfixes for multiple windows support :) | Timo Sirainen |
2001-04-14 | Rewrote text buffer handling in windows - try #3. | Timo Sirainen |