E. C. Masloch
E. C. Masloch
## Bug description Pressing Ctrl-Arrow key sends the same keycode from dosemu2's int 16h as pressing only the arrow key. In `cat` the same escape sequence codes are shown too...
## Bug description After updating ConnectBot to version 1.9.8-oss entering Ctrl-A in Hacker's Keyboard "v1.40.7 official" is intercepted and displays the message "Ctrl-A is disabled. Use Ctrl-Alt-A instead, or enable...
## Bug description Forcing the size of a connected session to zero times zero hangs the app. ## Steps to reproduce 1. Open a connection 2. Open menu 3. Select...
## Bug description During development of [a custom pager](https://hg.ulukai.org/ecm/tractest/file/e3d155f9b0c0/traclist.pl) I noticed that there is a display bug in ConnectBot often, when [decrementing the stop position](https://ulukai.org/ecm/doc/traclist.htm#cmdstop) (This just means how much...
**Describe the bug** I found the issue in https://github.com/dosemu2/dosemu2/issues/823 and took the line `$_X_font="vga11x19"` from that and put it in my ~/.dosemu/.dosemurc. This helped so that dosemu enlarges the window...
This was dropped in a6144abf49ded05f501d60675c6b5da4fc1f454e but should be preserved to allow specifying custom geometry. Tested compilation and running the resulting dosemu2. No tests done on whether geometry is properly accepted....
**Describe the bug** When singlestepping using dosdebug, in Protected Mode, when an interrupt call is skipped, control returns to the debugger one instruction late. The instruction appears to be executed,...
The T command has a special call to adjust the pushed flags after tracing a `pushf` instruction, see https://github.com/Baron-von-Riedesel/DOS-debug/blob/b60a75d445f08f9a20abc48ccfb906225194bb41/src/DEBUG.ASM#L6960 It appears this is not called when tracing with the P...
I was surprised to find that the P command does not do autorepeat. I must have added that a long time ago in lDebug. G autorepeat is more complex. P...
[As I commented](https://github.com/Baron-von-Riedesel/DOS-debug/pull/4#issuecomment-1061871826) there are two more bugs in the current ([1.28 release](https://github.com/Baron-von-Riedesel/DOS-debug/releases/tag/v1.28)) build of Debug/X. The first bug listed there is fixed by [your commit](https://github.com/Baron-von-Riedesel/DOS-debug/commit/a4439a1fa44f1549865df77a2e38c8d76b057fdc). The second bug and...