Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19462
b: refs/heads/master
c: 9477e26
h: refs/heads/master
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Feb 1, 2006
1 parent 656743e commit 92bd6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa385bef256077f3b820b241e8f3755ef3905b74
refs/heads/master: 9477e260b7ca3b6076b91eae15739383c508f3e2
1 change: 1 addition & 0 deletions trunk/drivers/char/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -3213,6 +3213,7 @@ void getconsxy(struct vc_data *vc, unsigned char *p)

void putconsxy(struct vc_data *vc, unsigned char *p)
{
hide_cursor(vc);
gotoxy(vc, p[0], p[1]);
set_cursor(vc);
}
Expand Down

0 comments on commit 92bd6d9

Please sign in to comment.