mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
62a15d7334
An enhanced slang-based version of the sc spreadsheet program. PR: 15971 Submitted by: Jonathan McDowell <noodles@earth.li>
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
--- src/sc.c.orig Mon Aug 26 16:17:19 1996
|
|
+++ src/sc.c Fri Dec 31 11:34:54 1999
|
|
@@ -870,7 +870,7 @@
|
|
sc_init_keymaps ();
|
|
|
|
init_slcmd_table ();
|
|
- SLang_Error_Routine = slang_sc_error;
|
|
+ /* SLang_Error_Routine = slang_sc_error; */
|
|
|
|
for (i = 0; i < SC_REGION_COLOR; i++)
|
|
SLtt_set_mono (i, NULL, 0);
|