0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 09, 2023 — Jun 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use curses KEY_F(n) macros for defining function keys instead of hardcoded values.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Change default user color to black (#000000).
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Add some hardcoded translations for certain terminal keycodes that NCurses 4.x on Solaris didn't handle .. urgh.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Link to libncurses instead of system curses.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Added Makefile for Solaris 9+ and removed references to it from main Makefile.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Make ^C equivalent of quit (F9).
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Silence a warning under Solaris and few other systems by using th_isspace() wrapper instead of isspace().
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Silence a warning when compiling with older versions of GCC.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Updates. More... over 13 years ago
Get version number from external file 'VERSION'.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Make configuration username/password overridable on command line.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Implement browser launching on Windows via ShellExecute().
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Add simplistic username/password requester if none given on commandline or config file.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Build system changes to support (in a big kludgy manner) icon and version information resource generation for Win32 binaries.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Added icons and resource template file.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Update copyright year.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Update documentation.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Handle usernames with whitespace by converting whitespaces to chr 255 in
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
v0.8.3.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Fix username tab completion. Should now work like in Irssi, though the
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Automatically grab PRV target from incoming PRV if target not already set.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
F7 to clear current PRV target.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Add a nasty hack to draw edit line correctly after startup... still a
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Cosmetics.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
v0.8.2
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Improve /to command a bit.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Cosmetics.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Constify.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Remove useless comment.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago
Add separate updateWindows() function.
Matti Hämäläinen
as Matti Hamalainen
More... over 13 years ago