Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hellocodelinux opened an issue on mkrueger/icy_tools
draw half-blocks
I'll try to explain what's happening here. ![Image](https://github.com/user-attachments/assets/f5f5bf35-cc87-4ec8-931a-dfc4be275e92) If you draw a line in the middle of half-blocks and then try t...mkrueger closed an issue on mkrueger/icy_tools
about the language
I created a fork so I will create the language files and correct some Spanish words when I have it done I will do a pull with I am used to using github then tell me if you need any other language t...mkrueger closed an issue on mkrueger/icy_tools
warning icy_term
warning: private item shadows public glob re-export --> crates/icy_term/src/main.rs:19:5 | 19 | use ui::MainWindow; | ^^^^^^^^^^^^^^ | note: the name `MainWindow` in the type namesp...mkrueger pushed 1 commit to master mkrueger/icy_tools
- Found as simpler solution to the cropping issue. 808816b
mkrueger created a comment on an issue on mkrueger/icy_tools
Saw it - the latest rust compiler added these.
mkrueger created a comment on an issue on mkrueger/icy_tools
I welcome any language - I don't think that any language is >not needed< :). I'm happy that I can provide german. My skills in other languages isn't good enough to do a translation. In theory I had...
mkrueger pushed 3 commits to master mkrueger/icy_tools
mkrueger closed a pull request on mkrueger/icy_tools
Spanish language update
Spanish language update added translation of everything and changed Foreground color (Color de primer plano) to Front (frente) frente = is what is ahead since (Color de primer plano) it w...mkrueger pushed 3 commits to master mkrueger/icy_tools
mkrueger pushed 1 commit to master mkrueger/icy_tools
- Use fixed_size flag instead of terminal buffer. Using a terminal buffer isn't entirely correct. 62a8a1d
hellocodelinux opened a pull request on mkrueger/icy_tools
Spanish language update
Spanish language update added translation of everything and changed Foreground color (Color de primer plano) to Front (frente) frente = is what is ahead since (Color de primer plano) it w...mkrueger pushed 1 commit to master mkrueger/icy_tools
- Fixed loading of small text mode formats. Minimum height was 24 - that's why lines got cropped, now the file height ... 15b5e95
mkrueger pushed 1 commit to master mkrueger/icy_tools
- No longer crop text mode files on loading. 5f0c6df
hellocodelinux opened an issue on mkrueger/icy_tools
about the language
I created a fork so I will create the language files and correct some Spanish words when I have it done I will do a pull with I am used to using github then tell me if you need any other language t...hellocodelinux opened an issue on mkrueger/icy_tools
warning icy_term
warning: private item shadows public glob re-export --> crates/icy_term/src/main.rs:19:5 | 19 | use ui::MainWindow; | ^^^^^^^^^^^^^^ | note: the name `MainWindow` in the type namesp...martykazmaier created a comment on an issue on mkrueger/icy_tools
Ok, it's garbage output now. The openssh client displays properly, but Windows BBS terminals don't. Any chance you can fix this with your client? This is with the Windows client. ___________...
mkrueger created a tag on mkrueger/icy_tools
IcyTerm0.7.12 - A collection of ansi/bbs related applications
mkrueger published a release on mkrueger/icy_tools
IcyTerm 0.7.12
* Fixed default port connecting to ssh/telnet * Fixed a osc sequence parser bug * Updated ssh librarymkrueger closed an issue on mkrueger/icy_tools
OpenSSH to mystic telnet...
This looks great from an openssh client, and worked fine from Linux, but from Windows icyterm doesn't even show anything upon connection. Other bbs ssh (supposedly) compliant terminals show garbag...mkrueger pushed 1 commit to master mkrueger/icy_tools
- Fixed osc sequence parsing bug. Fixes Issue #65 c0ed25a
mkrueger created a comment on an issue on mkrueger/icy_tools
Ok had nothing to do with the communication layer - it was a bug in my osc parser implementation. Haven't supported the \a abortion sequence so the osc mode never turned off. I parse another osc ...
mkrueger pushed 1 commit to master mkrueger/icy_tools
- Fixed osc sequence parsing bug. Fixes Issue #65 beafb4d