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:
brad 1999-06-02 04:29:47 +00:00
parent f9f702ae3a
commit 9e5608cd33

View 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 */