123elf icon indicating copy to clipboard operation
123elf copied to clipboard

A native port of Lotus 1-2-3 to Linux.

Results 34 123elf issues
Sort by recently updated
recently updated
newest added

Project now builds using the feature branch from https://github.com/taviso/123elf/pull/86 It segfaults at runtime in `init_terminal_settings` in `wrappers.c`, when `ioctl(2)` (called by `tcgetattr(3)`) attempts to write to this memory location: ```...

Ports to BSD variants should not be much more difficult than Linux. Currently build fails on NetBSD: ``` cc -m32 -ggdb3 -O0 -fno-stack-protector -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -D_GNU_SOURCE -I ttydraw -c wrappers.c...

`ld` (GNU binutils 2.37) segfaults when attempting to link `123` on FreeBSD: ``` (gdb) run Starting program: /usr/local/bin/ld --eh-frame-hdr -dynamic-linker /libexec/ld-elf.so.1 --hash-style=both --enable-new-dtags -m elf_i386_fbsd -o bin/123 /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o...

A user pointed out over email that the default glob for `/File Retrieve` is `*.wk?`, but a user migrating from DOS might reasonably expect their .WK3 files to show up....

This PR requires #10 and allows an automatic GitHub workflow to build Lotus 1-2-3; both the IMG file downloads and the custom binutils are cached. Unfortunately I could not make...

I would love to give this a test drive out of curiosity. But it doesn't look easy for me to build this, or is it? It would be great to...

binutils.sh fails, if the path to the directory contains a blank. Example: Compiling binutils in this directory fails: /home/user/Documents/My Documents/123elf Compiling binutils in this directory works for me (on the...

After the completion of function 'read_startup_ri_file', a trailing newline character was written into the terminal. Therefore, there was obviously a blank line between the original 1-2-3 help message and our...

Given all the specific dependencies (and the main repo size, for instance), may be providing an AppImage would a nice shortcut for those who want to try it out? I'm...

The print menus are there. I have a default printer. Its not able to spool a print job to it (or anywhere else) as fas I can tell. I could...