WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Can't: Ctrl + Page Up (MC12 32/64 bits)  (Read 3624 times)

Offline Santos

  • Full Member
  • ***
  • Posts: 105
Can't: Ctrl + Page Up (MC12 32/64 bits)
« on: September 11, 2021, 06:17:02 PM »
Hello

Micro Core Tc 12 x86/x86_64

Most of the time I use plain  MC  and is just awesome. However if the output of something is too long or if I want to check on the previous  tty  history I just can't. Ctrl + Page Up doesn't work.

I can pipe the output of whatever program to a file (because some programs/scripts don't like stdout) or pipe it to  less  and check on the output, but is not the same.

Is this an error or did something changed on the  tty?

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Can't: Ctrl + Page Up (MC12 32/64 bits)
« Reply #1 on: September 11, 2021, 08:47:33 PM »
Hi Santos
Have you tried  Shift + Page Up ?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Can't: Ctrl + Page Up (MC12 32/64 bits)
« Reply #2 on: September 11, 2021, 10:54:52 PM »
Recent kernels removed that support, but I don't remember which version exactly, not sure if it was in the 12.x kernel.
The only barriers that can stop you are the ones you create yourself.

Offline Santos

  • Full Member
  • ***
  • Posts: 105
Re: Can't: Ctrl + Page Up (MC12 32/64 bits)
« Reply #3 on: September 12, 2021, 12:23:38 AM »
@Rich

Haha, my mistake. I meant Shift + Page Up. Yes I tried it, does not work.

@Curaga

Yes it started with Tc 12.

From a regular-user-stand-point. Does that mean there is no way to have it back?
« Last Edit: September 12, 2021, 12:29:51 AM by Santos »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Can't: Ctrl + Page Up (MC12 32/64 bits)
« Reply #4 on: September 12, 2021, 09:59:10 AM »
Yes, no way to have it back. You'd have to use some userspace terminal emulator that runs on the FB, or screen/other such apps. Or use X terminals.
The only barriers that can stop you are the ones you create yourself.

Offline Santos

  • Full Member
  • ***
  • Posts: 105
Re: Can't: Ctrl + Page Up (MC12 32/64 bits)
« Reply #5 on: September 12, 2021, 01:44:39 PM »
Oh! So sad. :(

Anyway, thank you for answering.

Offline lhaley42

  • Newbie
  • *
  • Posts: 39
Re: Can't: Ctrl + Page Up (MC12 32/64 bits)
« Reply #6 on: September 13, 2021, 06:47:24 AM »
Wow - I was wondering about this too - googling yields:

Linux 5.9 Dropping Soft Scrollback Support From FB + VGA Console Code
https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.9-Drops-Soft-Scrollback

Lexi

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 915
Re: Can't: Ctrl + Page Up (MC12 32/64 bits)
« Reply #7 on: October 12, 2021, 04:26:02 PM »
One solution would be to run FreeBSD, and install BusyBox as your user shell and applications.

I see that BusyBox has paid attention to FreeBSD use cases recently, so maybe that would be a solution, unless purity of licensing an issue.

(Which shouldn't be an issue since for DECADES, gcc was the compiler use(d) for all the later *bsd's in the first place!) Look at the cross-pollination in NomadBSD for quickie desktop ...

That's a UNIX book! - cool  -- Garth

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 915
Re: Can't: Ctrl + Page Up (MC12 32/64 bits)
« Reply #8 on: October 15, 2021, 01:29:14 PM »
Gulp - spoke too soon.  Sorry Santos, this doesn't seem to be working in this either

Code: [Select]
FreeBSD NomadBSD 13.0-RELEASE FreeBSD 13.0-RELEASE #0: Tue May  4 21:43:29 UTC 2021     root@NomadBSD:/usr/obj/usr/src/amd64.amd64/sys/NOMADBSD  amd64
Bummer.  Looks like it's curtains, or pagers like less for us now. :(
That's a UNIX book! - cool  -- Garth

Offline Santos

  • Full Member
  • ***
  • Posts: 105
Re: Can't: Ctrl + Page Up (MC12 32/64 bits)
« Reply #9 on: November 05, 2021, 07:10:27 PM »
@PDP-8

Thank you for looking into that. I've been messing around with NetBSD recently but switching just for buffer scrolling is a little bit overkill for me. Plus, yes, I would rather stay as close as GNU as possible (but that seems more like a liability nowadays). And, NetBSD keeps crashing on my computer... too bad!  :(