summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1995-04-25 10:22:28 +0000
committersos <sos@FreeBSD.org>1995-04-25 10:22:28 +0000
commita78406f8de65b7bd8b6c550a535c5b1c81502168 (patch)
tree2f839c7232a5f225a470c1e275652874e830e864 /sys/isa
parentff316d0a9c75a7861ecf078e688eeb94d1abd410 (diff)
downloadFreeBSD-src-a78406f8de65b7bd8b6c550a535c5b1c81502168.zip
FreeBSD-src-a78406f8de65b7bd8b6c550a535c5b1c81502168.tar.gz
Added mark_all() call so that screen is proberly updated
when scroll-lock history is disengaged.
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/syscons.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/isa/syscons.c b/sys/isa/syscons.c
index b56a620..7a4a15e 100644
--- a/sys/isa/syscons.c
+++ b/sys/isa/syscons.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: syscons.c,v 1.112 1995/04/12 20:48:07 wollman Exp $
+ * $Id: syscons.c,v 1.113 1995/04/23 10:15:42 bde Exp $
*/
#include "sc.h"
@@ -2487,6 +2487,7 @@ next_code:
cur_console->status &= ~BUFFER_SAVED;
cur_console->history_head=cur_console->history_save;
cur_console->status |= CURSOR_ENABLED;
+ mark_all(cur_console);
}
scstart(VIRTUAL_TTY(get_scr_num()));
}
OpenPOWER on IntegriCloud