add patch taken from ircii-epic port which makes epic4 do hard instead of
soft resets on screen refreshs which helps on certain terminals.
This commit is contained in:
parent
f9f702ae3a
commit
9e5608cd33
11
net/epic4/patches/patch-aa
Normal file
11
net/epic4/patches/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- include/config.h.orig Wed Jun 2 00:08:17 1999
|
||||
+++ include/config.h Wed Jun 2 00:08:32 1999
|
||||
@@ -526,7 +526,7 @@
|
||||
#undef EPIC_DEBUG /* force coredump on panic */
|
||||
#define EXEC_COMMAND /* allow /exec comamnd */
|
||||
#undef HACKED_DCC_WARNING /* warn if handshake != sender */
|
||||
-#undef HARD_UNFLASH /* do a hard reset instead of soft on refresh */
|
||||
+#define HARD_UNFLASH /* do a hard reset instead of soft on refresh */
|
||||
#undef NO_BOTS /* no bots allowed */
|
||||
#undef NO_CHEATING /* always do it the "right" way, no shortcuts */
|
||||
#undef STRIP_EXTRANEOUS_SPACES /* strip leading and trailing spaces */
|
Loading…
Reference in New Issue
Block a user