=================== On Kali ===================
CTRL+z <--- place the netcat connection to background
stty raw -echo <--- on your terminal
fg <--- bring back the terminal
stty -a <--- make a note of rows, columns
=================== On Target ===================
export TERM=xterm256-color OR export TERM=xterm
stty rows 38 <--- from notes above.
stty columns 116 <--- from notes above.