{"id":16164620,"url":"https://github.com/johnsonjh/tvx","last_synced_at":"2025-03-18T23:30:29.388Z","repository":{"id":52851199,"uuid":"353227663","full_name":"johnsonjh/tvx","owner":"johnsonjh","description":"tvx: TVX is a portable full-screen editor for CP/M, MS-DOS, GEMDOS, RT-11, RSX-11, VAX/VMS, and UNIX, written in C by Bruce E. Wampler","archived":false,"fork":false,"pushed_at":"2024-09-07T02:45:51.000Z","size":226,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T12:46:28.960Z","etag":null,"topics":["atari","c","cpm","dos","editor","gemdos","ms-dos","rsx-11","rt-11","rt11","screen-editor","text-editor","tvx","vax","vms"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnsonjh.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-31T04:42:53.000Z","updated_at":"2025-02-25T01:37:10.000Z","dependencies_parsed_at":"2024-10-27T19:17:59.091Z","dependency_job_id":"9ac0e66f-9773-4d4a-afbd-af0c785e1563","html_url":"https://github.com/johnsonjh/tvx","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsonjh%2Ftvx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsonjh%2Ftvx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsonjh%2Ftvx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsonjh%2Ftvx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnsonjh","download_url":"https://codeload.github.com/johnsonjh/tvx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955311,"owners_count":20374369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atari","c","cpm","dos","editor","gemdos","ms-dos","rsx-11","rt-11","rt11","screen-editor","text-editor","tvx","vax","vms"],"created_at":"2024-10-10T02:47:16.920Z","updated_at":"2025-03-18T23:30:29.101Z","avatar_url":"https://github.com/johnsonjh.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\tTVX - A full screen editor in C\n\n===========================================================================\n**************************** RELEASE NOTES ********************************\n\nVersion 3/6/86\n\n\t* This is the second major release of TVX, distributed\n\t  on mod.sources.  All files needed to build TVX for other\n\t  systems are included on this distribution, also.\n\n\t* The last section of the manual contains instructions for\n\t  porting TVX to other environments.\n\n===========================================================================\n\n\tDeveloped by:\n\t\tDr. Bruce E. Wampler\n\t\tUniversity of New Mexico\n\t\tDepartment of Computer Science\n\t\tFarris Engineering Center\n\t\tAlbuquerque, NM 87131\n\t..{ucbvax | seismo!gatech | ihnp4!lanl}!unmvax!wampler\n\n\n   This version of TVX Copyright (c) 1986 by Bruce E. Wampler\n\n   Permission is hereby granted for free, unrestricted nonprofit\n   use of this software.  Please feel free to modify, distribute,\n   and share this software as long as you aren't making any money\n   from it.  If you want to use this code in a profit making environment,\n   please contact the author for permission.\n\nUnix RELEASE NOTES:\n\n********* Description of files included in distribution: *********\n\n\tREADME \t- this file\n\n\ttvx_ref1.doc - documentation, ready for 80 col, 10 cpi, 66 line printer\n\ttvx_ref2.doc - 2nd part, use cat to combine 1 and 2\n\ttvx_tut.doc - short beginner's tutorial\n\n\ttvx.ref - text quick reference charts for TVX\n\tvix.ref - quick reference chart for vi emulator\n\temax.ref - quick reference chart for emacs emulator\n\n\n\tMakefile.BSD - Makefile for BSD unix build\n\tMakefile.SYSV - Makefile for System V unix build\n\n\ttvx_1.c\t   - main part of code (part 1), mostly os/terminal independent\n\ttvx_2.c\t   - main part of code (part 2), mostly os/terminal independent\n\ttvx_lex.c  - defaults, some os dependent stuff in here.  Major\n\t\t     changes in defaults can be fixed by recompiling this file.\n\ttvx_io.c   - almost all I/O, including screen, confined to this file.\n\ttvx_lib.c  - misc library routines needed by TVX.\n\ttvx_unix.c  - contains unix specific code, including termcap driver\n\n\ttvx_defs.ic - #define's for version, os, terminal, defaults\n        tvx_glbl.ic - global data structures\n\ttvx_term.ic - definitions for various terminals and systems\n\n\n\ttvx_cfg.c   - used to build CONFIG.TVX file for -c switch\n\ttvx_ptch.c  - used to apply CONFIG to TVX.EXE permanently\n\n----- Misc. files for other systems ------\n\n\ttvx_make.bat - batch file to compile IBM-PC tvx with cii c-86\n\ttvx_ibm.c  - IBM-PC screen driver\n\n\tatari.info - misc files needed to build TVX on an Atari ST\n\n===========================================================================\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnsonjh%2Ftvx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnsonjh%2Ftvx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnsonjh%2Ftvx/lists"}