]> git.pld-linux.org Git - packages/BitchX.git/commitdiff
dirty patch for using ISO8859-2
authoralchemyx <alchemyx@pld-linux.org>
Sat, 29 Jan 2000 23:21:27 +0000 (23:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BitchX-iso2.patch -> 1.1

BitchX-iso2.patch [new file with mode: 0644]

diff --git a/BitchX-iso2.patch b/BitchX-iso2.patch
new file mode 100644 (file)
index 0000000..170d459
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ru BitchX/source/output.c BitchX.AX/source/output.c
+--- BitchX/source/output.c     Tue Jan  4 08:27:26 2000
++++ BitchX.AX/source/output.c  Sat Jan 29 23:41:06 2000
+@@ -49,17 +49,17 @@
+ void charset_ibmpc (void)
+ {
+-      fwrite("\033(U", 3, 1, current_ftarget);        /* switch to IBM code page 437 */
++//    fwrite("\033(U", 3, 1, current_ftarget);        /* switch to IBM code page 437 */
+ }
+ void charset_lat1 (void)
+ {
+-      fwrite("\033(B", 3, 1, current_ftarget);        /* switch to Latin-1 (ISO 8859-1) */
++//    fwrite("\033(B", 3, 1, current_ftarget);        /* switch to Latin-1 (ISO 8859-1) */
+ }
+ void charset_cst(void)
+ {
+-      fwrite("\033(K", 3, 1, current_ftarget); /* switch too user-defined */
++//    fwrite("\033(K", 3, 1, current_ftarget); /* switch too user-defined */
+ }
+ /* currently not used. */
This page took 0.056484 seconds and 4 git commands to generate.