Переделал сигналы и сочетния
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m23s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m23s
				
			This commit is contained in:
		
							
								
								
									
										4
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							| @@ -1,8 +1,8 @@ | |||||||
| projman (2.0.0-alpha19) stable; urgency=medium | projman (2.0.0-alpha19) stable; urgency=medium | ||||||
|  |  | ||||||
|   *  Поправил changelog |   *  Небольшие исправления | ||||||
|  |  | ||||||
|  -- Sergey Kalinin <svk@nuk-svk.ru>  Thu, 30 Oct 2025 13:12:49 +0300 |  -- Sergey Kalinin <svk@nuk-svk.ru>  Thu, 30 Oct 2025 14:47:05 +0300 | ||||||
|  |  | ||||||
| projman (2.0.0-alpha19) stable; urgency=medium | projman (2.0.0-alpha19) stable; urgency=medium | ||||||
|  |  | ||||||
|   | |||||||
| @@ -900,9 +900,9 @@ proc Run {w filePath} { | |||||||
|     set f [open [file join [file dirname $filePath] errors] "r"] |     set f [open [file join [file dirname $filePath] errors] "r"] | ||||||
|     set processPID [pid $pipe] |     set processPID [pid $pipe] | ||||||
|      |      | ||||||
|     bind $w.frame.text <Control-c> [list SendSignal $processPID "SIGKILL"] |     bind $w.frame.text <Control-c> [list SendSignal $processPID "SIGINT"] | ||||||
|     bind $w.frame.text <Control-z> [list SendSignal $processPID "SIGTSTP"] |     bind $w.frame.text <Control-z> [list SendSignal $processPID "SIGTSTP"] | ||||||
|     bind $w.frame.text <Control-d> [list SendSignal $processPID "SIGINT"] |     bind $w.frame.text <Control-d> [list SendSignal $processPID "SIGKILL"] | ||||||
|       |       | ||||||
|     # set pipe [open "|$command $filePath" "r"] |     # set pipe [open "|$command $filePath" "r"] | ||||||
|     # set f [open [file join ~ tmp errors] "r"] |     # set f [open [file join ~ tmp errors] "r"] | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ exec wish8.6 "$0" -- "$@" | |||||||
| ###################################################### | ###################################################### | ||||||
| # Version: 2.0.0 | # Version: 2.0.0 | ||||||
| # Release: alpha19 | # Release: alpha19 | ||||||
| # Build: 30102025135933 | # Build: 30102025145246 | ||||||
| ###################################################### | ###################################################### | ||||||
|  |  | ||||||
| # определим текущую версию, релиз и т.д. | # определим текущую версию, релиз и т.д. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user