~ubuntu-branches/ubuntu/trusty/plymouth/trusty-proposed

« back to all changes in this revision

Viewing changes to src/libply-splash-core/ply-terminal.c

  • Committer: Steve Langasek
  • Date: 2010-04-13 23:02:26 UTC
  • mfrom: (1016.2.2 upstream)
  • Revision ID: vorlon@debian.org-20100413230226-ucjpyqdxhjcena8a
mergeĀ upstreamĀ 0.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
  /* Make \n return go to the beginning of the next line */
183
183
  term_attributes.c_oflag |= ONLCR;
184
184
 
185
 
  if (tcsetattr (terminal->fd, TCSAFLUSH, &term_attributes) != 0)
 
185
  if (tcsetattr (terminal->fd, TCSANOW, &term_attributes) != 0)
186
186
    return false;
187
187
 
188
188
  terminal->is_unbuffered = true;