My honeywell #terminal is a finnicky beast. Given that it is not in any way vt100 compatible, most modern software won't work very well with it.
It works well enough with the #suckless sic #irc client, and #sdf com also works well enough with it - although the latter sometimes messes it up if someone throws non-ascii characters up in the chat.
sic is about as basic and minimalistic as you can get for an irc client though. It would be nice if I could make use of the terminal's extra features like it's graphics character set (line-drawing characters), bold/light intensity/underlined text, etc,...
I initially tried creating an irssi theme, but there's several things working against me there from making that work:
1) irssi won't run unless i run it in a screen session because it claims the terminal does not support scrolling (it sorta kinda does but probably not in the way irssi wants).
2) If in screen, i have to send extra escape chars in order to talk to the terminal directly (\033P ... term codes ... \033\\)
3) And this is ultimately what killed it: I cannot for the life of me get irssi to send raw terminal escapes by defining them in a theme.
Does anyone know, either, how to define raw escapes in an irssi theme, or of a console irc client that lets me do so? Ideally it should also be capable of stripping colors and unicode from incomming chat (because that will mess it up)
If not, I guess I'll have to write my own client... (I'm reaaaallly trying to avoid taking on another project... )
My honeywell #terminal is a finnicky beast. Given that it is not in any way vt100 compatible, most modern software won't work very well with it.
It works well enough with the #suckless sic #irc client, and #sdf com also works well enough with it - although the latter sometimes messes it up if someone throws non-ascii characters up in the chat.
sic is about as basic and minimalistic as you can get for an irc client though. It would be nice if I could make use of the terminal's extra features like it's graphics character set (line-drawing characters), bold/light intensity/underlined text, etc,...
I initially tried creating an irssi theme, but there's several things working against me there from making that work:
1) irssi won't run unless i run it in a screen session because it claims the terminal does not support scrolling (it sorta kinda does but probably not in the way irssi wants).
2) If in screen, i have to send extra escape chars in order to talk to the terminal directly (\033P ... term codes ... \033\\)
3) And this is ultimately what killed it: I cannot for the life of me get irssi to send raw terminal escapes by defining them in a theme.
Does anyone know, either, how to define raw escapes in an irssi theme, or of a console irc client that lets me do so? Ideally it should also be capable of stripping colors and unicode from incomming chat (because that will mess it up)
If not, I guess I'll have to write my own client... (I'm reaaaallly trying to avoid taking on another project... )
@n8 gives a talk about using TUI's that integrate with #GNOME.
Really old-timers might appreciate the appearance of Midnight Commander in this talk. Created by #gnome founder @Migueldeicaza , this was the basis of our first file manager and vfs system.
The presentation "Terminal-mode GNOME" by @n8 can be seen here:
https://www.youtube.com/live/Z7F3fghCQB4?feature=shared&t=21489
Very useful for someone who runs a simple window manager with lots of terminal stuff, but needs to integrate with #GNOME apps from time to time.
I think that the "open" or "xdg-open" command can be a replacement for many programs offering menu launchers for apps.
Laughs in Linux!