BBS:      TELESC.NET.BR
Assunto:  src/conio/cterm.c
De:       Deuc¨
Data:     Sun, 15 Mar 2026 14:09:13 -0700
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/commit/1024d7e8b341382e4879442b
Modified Files:
	src/conio/cterm.c
Log Message:
Fix ATASCII cursor left/right/backspace assigning to wrong variable

Cursor left (case 30) and cursor right (case 31) were clamping y
instead of x when the column went out of bounds, corrupting the
cursor row position. Backspace (case 126) wrap to previous line
set y = CURR_MAXY instead of x = CURR_MAXX. Note: backspace wrap
behavior needs verification against real Atari 8-bit hardware.

Co-Authored-By: Claude Opus 4.6 
n
---
  mSynchronetn  hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net

-----------------------------------------------------------
[Voltar]