taviso / 123elf

A native port of Lotus 1-2-3 to Linux.
1.17k stars 59 forks source link

Keystrokes causing abnormal termination #31

Closed sblendorio closed 2 years ago

sblendorio commented 2 years ago

When the spreadsheet is on the screen, press sequentially these keys:

The result will be an abnormal program termination as per this screenshot: image

luizfeliperj commented 2 years ago

I would add to this list SHIFT-TAB, this sequence also crash the program.

taviso commented 2 years ago

Huh, you're right. I don't know what Shift-Tab is supposed to do, but definitely not crash 😆

I'll try implementing the missing fcntl commands and see if that fixes it.

taviso commented 2 years ago

Can you test that and see if it fixes it?

luizfeliperj commented 2 years ago

@taviso, yes, it was fixed!!

TAB jumps a bunch of columns forward, I suppose shift-tab should jump backwards.

sblendorio commented 2 years ago

Sorry I got these compilation errors after "git pull"... what's happened?

image

sblendorio commented 2 years ago

Solved. I made a "make clean" then "make".