| CODENOTIFIER | HelpYou are not signed inSign in |
Project: FAR manager
Revision: 1954
Author: drkns
Date: 14 Aug 2008 03:17:30
Changes:ShowCopyright fix
Files:| ... | ...@@ -217,7 +217,12 @@ | |
| 217 | 217 | } |
| 218 | 218 | else |
| 219 | 219 | { |
| 220 | ScrollScreen(2+(Line2?1:0)); | |
| 220 | CONSOLE_SCREEN_BUFFER_INFO csbi; | |
| 221 | GetConsoleScreenBufferInfo(hConOut,&csbi); | |
| 222 | int FreeSpace=csbi.dwSize.Y-csbi.dwCursorPosition.Y-1; | |
| 223 | int LineCount=4+(Line2?1:0); | |
| 224 | if(FreeSpace<LineCount) | |
| 225 | ScrollScreen(LineCount-FreeSpace); | |
| 221 | 226 | if(Line2) |
| 222 | 227 | { |
| 223 | 228 | GotoXY(0,ScrY-4); |
| ... | ...@@ -1 +1 @@ | |
| 0 | m4_define(BUILD,548)m4_dnl | |
| 0 | m4_define(BUILD,549)m4_dnl |
| ... | ...@@ -1,3 +1,7 @@ | |
| 1 | drkns 14.08.2008 10:53:21 +0200 - build 549 | |
| 2 | ||
| 3 | 1. |