Package Details: sc-im 0.8.4-3

Git Clone URL: https://aur.archlinux.org/sc-im.git (read-only, click to copy)
Package Base: sc-im
Description: A ncurses vim-like terminal spreadsheet program, based on SC
Upstream URL: https://github.com/andmarti1424/sc-im
Licenses: BSD-4-clause
Conflicts: sc-im-git
Submitter: Rhinoceros
Maintainer: blackthorne
Last Packager: blackthorne
Votes: 61
Popularity: 0.022653
First Submitted: 2015-09-05 01:44 (UTC)
Last Updated: 2025-05-08 02:31 (UTC)

Dependencies (12)

Required by (0)

Sources (2)

Pinned Comments

blackthorne commented on 2025-05-07 06:53 (UTC) (edited on 2025-05-07 06:55 (UTC) by blackthorne)

package should be working now. the build failure was because the program won't compile properly with gcc15. i've changed the PKGBUILD to use gcc14 until upstream fixes a couple of gcc14->15 transition bugs.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

andmarti1424 commented on 2017-02-20 18:57 (UTC) (edited on 2017-02-20 18:57 (UTC) by andmarti1424)

@Rhinoceros, I have noticed you still added the arch.patch file. It shouldn't be neccesary in v0.5.0.. The BS key should work out of the box.

Rhinoceros commented on 2017-01-01 22:45 (UTC)

$ sudo showkey --keycodes kb mode was ?UNKNOWN? [ if you are trying this under X, it might not work since the X server is also reading /dev/console ] press any key (program terminates 10s after last keypress)... keycode 14 press keycode 14 release

andmarti1424 commented on 2016-12-29 18:58 (UTC)

@Rhinoceros, could you please run showkey --keycodes as root or with sudo, and press the backspace key? Thanks!

Rhinoceros commented on 2016-12-28 09:20 (UTC)

@emartine No, I'm not using tmux at all.

andmarti1424 commented on 2016-12-27 12:34 (UTC) (edited on 2016-12-27 14:09 (UTC) by andmarti1424)

@Rhinoceros, I did some tests regarding the Backspace issue, and noticed that I can reproduced the problem in Arch if using tmux. Without it, Backspace key works just fine. Did you use tmux in your tests ??

Rhinoceros commented on 2016-12-23 21:51 (UTC)

@derrickcope yacc is installed by bison [a]. This is in base-devel [b], and assumed to be installed by default [c]. [a] https://www.archlinux.org/packages/core/x86_64/bison/ [b] https://www.archlinux.org/groups/x86_64/base-devel/ [c] https://wiki.archlinux.org/index.php/PKGBUILD#makedepends

Rhinoceros commented on 2016-12-23 21:49 (UTC)

@emartine Sorry, I only just read your edit to your comment… I don't get email notifications of edits! I'm not sure how to use that command. $ showkey --keycodes Couldn't get a file descriptor referring to the console

derrickcope commented on 2016-12-21 03:54 (UTC)

I am getting an error on build Starting build()... yacc -d gram.y make: yacc: Command not found make: *** [Makefile:181: gram.c] Error 127 ==> ERROR: A failure occurred in build(). Aborting... sorry for my ignorance, what is yacc and how do i install it?

andmarti1424 commented on 2016-12-01 12:46 (UTC) (edited on 2016-12-01 12:47 (UTC) by andmarti1424)

What I do not get is why you have this problem in your Arch installation and I don't in my Arch installation. I will do more tests.. Whats is the output of showkey --keycodes in your system, when you press BackSpace?

Rhinoceros commented on 2016-12-01 00:33 (UTC)

The patch changes that line to: #define OKEY_BS 0x7f This is required for me to get it to work. I don't really know on what level backspace is defined, but I presumed that it would be consistent in Arch Linux, if not all of Linux?