• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/uemacs/uemacs-4.0.15-lt.03.ixon.patch
Peter KorsgaardPeter Korsgaard committed 15744b7e15503 May 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
[PATCH] clear ixon termios flag on initialization
2
​
3
Otherwise ctrl-S/Q gets intercepted by the tty layer instead of
4
handled by uemacs.
5
​
6
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
7
diff -U8 em-4.0.15-lt-orig/posix.c em-4.0.15-lt/posix.c
8
--- em-4.0.15-lt-orig/posix.c   1999-05-16 02:06:19.000000000 -0500
9
+++ em-4.0.15-lt/posix.c    2012-04-25 16:14:25.000000000 -0500
10
@@ -45,17 +45,17 @@
11
    /*
12
     * base new settings on old ones - don't change things
13
     * we don't know about
14
     */
15
    ntermios = otermios;
16
 
17
    /* raw CR/NL etc input handling, but keep ISTRIP if we're on a 7-bit line */
18
    ntermios.c_iflag &= ~(IGNBRK | BRKINT | IGNPAR | PARMRK
19
-                 | INPCK | INLCR | IGNCR | ICRNL);
20
+                 | INPCK | INLCR | IGNCR | ICRNL | IXON);
21
 
22
    /* raw CR/NR etc output handling */
23
    ntermios.c_oflag &= ~(OPOST | ONLCR | OLCUC | OCRNL | ONOCR | ONLRET);
24
 
25
    /* No signal handling, no echo etc */
26
    ntermios.c_lflag &= ~(ISIG | ICANON | XCASE | ECHO | ECHOE | ECHOK
27
                 | ECHONL | NOFLSH | TOSTOP | ECHOCTL | ECHOPRT
28
                 | ECHOKE | FLUSHO | PENDIN | IEXTEN);
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.