• Joined on 2025-12-19
igorsh pushed to cedit_add_shift_tab at igorsh/kolibrios 2026-03-08 06:05:44 +00:00
019a63782a cedit: Fix shortcut description
igorsh pushed to heed-exit-on-esc at igorsh/kolibrios 2026-03-08 05:03:22 +00:00
9b1de0b705 heed: Refactor help window (ESC)
igorsh pushed to main at igorsh/kolibrios 2026-03-08 04:33:54 +00:00
91dc4d8cad libc.obj: Added strtok_r (#341)
6f2a947deb Remove broken unused and unfinished apps and libs
735b86c476 piano: refactoring and improvement (#302)
Compare 3 commits »
igorsh commented on pull request KolibriOS/kolibrios#318 2026-03-07 06:49:01 +00:00
cedit: add Shift-Tab shortcut

It's not an alias because Shift+Backspace doesn't work for not selected text.

igorsh created pull request KolibriOS/kolibrios#353 2026-03-05 19:06:34 +00:00
ftpd: Add RMD command
igorsh pushed to ftpd-add-rmd-command at igorsh/kolibrios 2026-03-05 19:04:54 +00:00
3d73e80d39 ftpd: Add RMD command
igorsh created branch ftpd-add-rmd-command in igorsh/kolibrios 2026-03-05 19:04:54 +00:00
igorsh pushed to ftpd-add-mkd-command at igorsh/kolibrios 2026-03-03 19:04:27 +00:00
e72e908c1a ftpd: Simplify console_fs_error logic
igorsh commented on pull request KolibriOS/kolibrios#342 2026-03-03 18:00:26 +00:00
ftpd: Add mkd command

But I would still recommend storing 0 in the register and then doing a push and mov.

Немного не пойму что ты предлагаешь: ` push ebx xor eax, eax push…

igorsh commented on pull request KolibriOS/kolibrios#345 2026-03-02 18:54:03 +00:00
heed: Add exit by ESC

I'm not sure that exiting the editor using ESC is necessary

Heed is the file viewer for KFM. I think it should work just like in Total Commander: F3 to view, Escape to close.

igorsh commented on pull request KolibriOS/kolibrios#342 2026-03-02 18:00:17 +00:00
ftpd: Add mkd command

No, at that line - mcall SF_FILE

igorsh pushed to heed-exit-on-esc at igorsh/kolibrios 2026-03-01 17:11:50 +00:00
0000458f65 heed: Simplify ESC code
igorsh pushed to main at igorsh/kolibrios 2026-02-28 16:50:57 +00:00
cc1034d849 fb2reader: add to oberon07 build system (#343)
06c1497624 system/docs: update docs and SF constants to match actual kernel (#306)
b52da3e1c3 koldbg: use shared KOSfuncs definitions
Compare 3 commits »
igorsh commented on pull request KolibriOS/kolibrios#342 2026-02-28 07:44:00 +00:00
ftpd: Add mkd command

Эта часть скопирована с cmdDELE. Если не добавить 1 байт в стек - получаю Page Fault.

igorsh created pull request KolibriOS/kolibrios#345 2026-02-24 18:11:57 +00:00
heed: Add exit by ESC
igorsh pushed to main at igorsh/kolibrios 2026-02-24 18:10:09 +00:00
f9425f5bd0 ftpd: Add help command
igorsh created branch heed-exit-on-esc in igorsh/kolibrios 2026-02-24 18:09:15 +00:00
igorsh pushed to heed-exit-on-esc at igorsh/kolibrios 2026-02-24 18:09:15 +00:00
815d81f936 heed: Add exit by ESC
igorsh pushed to ftpd-add-mkd-command at igorsh/kolibrios 2026-02-24 17:30:27 +00:00
2893749afb ftpd: Add function to access filesystem errors by index
c6d82894a0 ftpd: Fix indents
Compare 2 commits »
igorsh created pull request KolibriOS/kolibrios#342 2026-02-23 14:13:33 +00:00
ftpd: Add mkd command