Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356943
b: refs/heads/master
c: a883b70
h: refs/heads/master
i:
  356941: 2792143
  356939: 7c6ba7c
  356935: 7a01680
  356927: f9f9290
v: v3
  • Loading branch information
Nicolas Pitre authored and Linus Torvalds committed Feb 25, 2013
1 parent a1d58b2 commit 1bb12f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77be36de8b07027a70fbc8f02703ccd76cd16d09
refs/heads/master: a883b70d8e0a88278c0a1f80753b4dc99962b541
2 changes: 1 addition & 1 deletion trunk/drivers/tty/vt/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ static void insert_char(struct vc_data *vc, unsigned int nr)
{
unsigned short *p = (unsigned short *) vc->vc_pos;

scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x) * 2);
scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x - nr) * 2);
scr_memsetw(p, vc->vc_video_erase_char, nr * 2);
vc->vc_need_wrap = 0;
if (DO_UPDATE(vc))
Expand Down

0 comments on commit 1bb12f3

Please sign in to comment.