aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.teco_ini
AgeCommit message (Collapse)AuthorFilesLines
2025-04-06session.tes extensions: allow per-session .teco_ini; detect sessions in ↵session-extensionsRobin Haberkorn1-12/+4
arbitrary parent directories (WIP) * Unfortunately not that easy to get right, especially the per-session .teco_ini. * We must make sure that we do mung the $SCITECOCONFIG/.teco_ini. * .teco_ini must always be munged even if .teco_session is not munged.
2025-03-03rename sample.teco_ini to fallback.teco_ini and mung it by defaultRobin Haberkorn1-0/+95
* After installation, SciTECO will therefore start into a more userfriendly mode even if the user does not create a custom ~/.teco_ini. It is hoped that this will scare away less of new users, who are not willing to read through all of the documentation. Still, users are warned in the absence of ~/.teco_ini. This warning however, might not be immediately visible, especially not when running gsciteco without an attached console. (This will change once I redo the UI and allow a number of messages to be queued in the message area.) * Theoretically, you could also just extend fallback.teco_ini from ~/.teco_ini, but that would require installing it into $SCITECOPATH. * Since the fallback profile will now be munged automatically on a wide range of systems, we set up xclip only when detecting X11 ($DISPLAY is non-empty). E.g. when running under Wayland or the Linux console, you still won't get the clipboard registers, which is probably better than having the clipboard operations fail once you try to use them. * xclip is now "suggested" on Debian/Ubuntu. Unfortunately we cannot pull it in only in the presence of X11.